home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_m / max200.zip / MAX.DOC next >
Text File  |  1992-03-15  |  7KB  |  122 lines

  1.                         MaX -- The Vocabulary Builder.
  2.                Copyright (C) Uchenna Thomas-Ogbuji 1991, 1992.
  3.  
  4.           MaX is a program that helps enhance your vocabulary.  It runs
  5.      only once a day, giving you a short quiz on a certain word, and
  6.      telling you the definition of the word.  The quiz helps to reinforce
  7.      the definition in your memory.  MaX keeps a record of your score and
  8.      displays it if you wish.
  9.           MaX checks each time it is run to see if it has been run for
  10.      the day already.  If it has it will tell you and exit.  If not it
  11.      will proceed with the quiz.  It uses the date that your computer
  12.      keeps, so if your machine doesn't set the date automatically (some
  13.      older IBM PCs and XTs don't) then you'll have to set the date before
  14.      MaX is run using the DOS "date" command.  MaX is set up like this so
  15.      you can run it from your autoexec.bat, and not have to remember to
  16.      run it every day.  Of course, this works best if you turn on your
  17.      computer every morning.  If you leave your computer on all the time,
  18.      as I do, then there is no easy way besides remembering to run MaX
  19.      daily (in my case I'm a programmer, so I crash my machine daily
  20.      anyway <grin>.)
  21.           MaX is also designed to accommodate more than one user, keeping
  22.      separate records for each.  If you run MaX without any command line
  23.      parameters, it will ask you for your name.  You can also tell MaX
  24.      your name on the command line by running "max /u username" where you
  25.      should replace "username" with your name.  Make sure there are no
  26.      spaces in the name you give MaX because the name is used to form a
  27.      file, "username.prm", which contains your records (the last time you
  28.      ran MaX, your current score, etc.) The words and quiz data are read
  29.      from a vocabulary file (which has the extensions ".VOC".)  MaX comes
  30.      with a vocabulary file, MAX.VOC, which is used by default.
  31.      Additional .VOC files are available for a nominal fee from the
  32.      author.  The first time MaX is run for each user it sets up a record
  33.      for that user, using the default vocabulary file.  If you want the
  34.      default vocabulary file to be any other than MAX.VOC, you must add a
  35.      line to your autoexec.bat in the form "SET MAXVOC=path\filename.ext"
  36.      where you would use the directory and filename of the vocabulary
  37.      file you wish to use as default.  For example, if you wanted to make
  38.      the file ELIOT.VOC (available from the author) the default, you
  39.      would add the line "SET MAXVOC=ELIOT.VOC".
  40.           You can also change the current vocabulary file for a user by
  41.      typing "MAX /u username /c filename.ext", or just "MAX /c
  42.      filename.ext" in which case MaX would prompt you for the name of the
  43.      user whose vocabulary you wish to change.
  44.           When running in a batch file, including autoexec.bat, programs
  45.      run right after the other without a pause between them.  This could
  46.      be a problem with MaX if the next program clears the screen faster
  47.      than you can read the definition of the word you were quizzed on, or
  48.      your score.  For this reason, there is another command-line option,
  49.      "/p", which pauses until you hit a key before MaX exits.  This gives
  50.      you time to read MaX's display.  For this reason, if you are running
  51.      MaX from your autoexec.bat, you should enter the line "max /p" and
  52.      add any other command-line options you wish.
  53.           If you don't want MaX to show you your running score after the
  54.      quiz, use the "/n" command line option, which suppresses the display
  55.      of your score.
  56.           The vocabulary file, MAX.VOC, which comes with MaX, has 150
  57.      words in it.  You are quizzed on each word twice before the file is
  58.      exhausted, which means that if you run MaX every day, the file will
  59.      last you 300 days, or almost a year, before it runs out of words.
  60.      MaX will tell you when it has run out of words and if you have
  61.      registered, you can then order another vocabulary file from the
  62.      author.
  63.           MaX is shareware, which means that after a reasonable trial
  64.      period, two months seems reasonable, you should register it with the
  65.      author.  Occasionally, MaX will give you a small, unobtrusive,
  66.      reminder to register in case you forget.  The registration fee is
  67.      $20.  Even though MAX.VOC could last you a year, please consider
  68.      registering MaX or discontinue using it after the trial period.  The
  69.      first version of MaX came with a vocabulary file of only thirty
  70.      words.  I increased it so no one would think I am trying to sell MaX
  71.      as "crippleware."  This trial version of MaX is fully functional and
  72.      the only thing that holds you to registration is your own good
  73.      conscience, and the opportunity to buy additional vocabulary files
  74.      from me.  Additional vocabulary files for registered users cost $7
  75.      for 75-word files and $12 for 150-word files.  When you register MaX
  76.      I will send you the latest version if there have been any
  77.      enhancements.  The version I send will not display reminders to
  78.      register, of course.  Please mention whether you want 5.25 or 3.5
  79.      inch diskettes when you register, or when you order new .VOC files.
  80.      I would also appreciate any comments or suggestions.
  81.           Please send all registration fees and comments to:
  82.  
  83.           Uchenna Thomas-Ogbuji
  84.           5345 Berkshire Drive
  85.           North Olmsted, OH 44070
  86.  
  87.           You are encouraged to copy and distribute the unregistered
  88.      versions of max.exe, max.voc, and max.doc provided that they are
  89.      distributed ONLY in the original, unmodified state, that no fee is
  90.      charged beyond the actual cost of such copying or distribution, and
  91.      that absolutely no fee greater than $6 is charged for the
  92.      distribution.  Please do not, under any circumstances, distribute
  93.      registered copied of MaX, or copies of any other .VOC files you
  94.      might obtain from me.
  95.  
  96.      For the curious, MaX is short for Malcolm X, who became one of the
  97.      most capable speakers of his time through a habit of learning at
  98.      least one new word every day.  Psychologists have long recognized
  99.      the strong correlation between the size of one's vocabulary and
  100.      one's intelligence.  MaX helps to make this learning process
  101.      automatic.
  102.  
  103.      Thank you for trying MaX.  I welcome any suggestions.
  104.  
  105.                                                   --Uchenna Thomas-Ogbuji
  106.  
  107.                            MAX COMMAND-LINE OPTIONS
  108.  
  109.      /c filename.ext     Change the vocabulary file for the current user
  110.                          to filename.ext (specify the new .VOC file.)
  111.  
  112.      /n                  Suppress the displaying of the user's score.
  113.  
  114.      /p                  Pause before MaX exits to prevent subsequent
  115.                          batch commands from clearing the screen before
  116.                          you have read MaX's display (use within batch
  117.                          files.)
  118.  
  119.      /u username         Set the current user name to username (no spaces
  120.                          allowed in user names).  If this option is   
  121.                          omitted, MaX will prompt you for your name.
  122.